home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Cat Invaders / 1_juegos_Cat Invaders.swf / scripts / frame_112 / DoAction.as
Encoding:
Text File  |  2010-02-03  |  207 b   |  10 lines

  1. if(_root.Functions.gameOver == 1)
  2. {
  3.    if(_root.Functions.endGameFunctionCalled == 0)
  4.    {
  5.       _root.Functions.endGame();
  6.       _root.Functions.endGameFunctionCalled = 1;
  7.    }
  8. }
  9. gotoAndPlay(111);
  10.